home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-07-23 | 3.4 KB | 69 lines | [TEXT/????] |
- calling the benchmark function on a double matrix...
- identity matrix:
- 1 0 0 0
- 0 1 0 0
- 0 0 1 0
- 0 0 0 1
- rotation matrix:
- 0.999391 -0.034899 0 0
- 0.034899 0.999391 0 0
- 0 0 1 0
- 0 0 0 1
- result of 1000 multiplications:
- -0.939703 0.341992 0 0
- -0.341992 -0.939703 0 0
- 0 0 1 0
- 0 0 0 1
- duration: 12 seconds
- calling the benchmark function on a fix matrix...
- identity matrix:
- 1 0 0 0
- 0 1 0 0
- 0 0 1 0
- 0 0 0 1
- rotation matrix:
- 0.99939 -0.034897 0 0
- 0.034897 0.99939 0 0
- 0 0 1 0
- 0 0 0 1
-
- Function Minimum Maximum Average % Entries
-
- matrix<fix>::operator * 0 3 0 28 1000
- operator * 0 1 0 33 64000
- fix::operator += 0 1 0 16 64000
- fix::rangecheck 0 1 0 8 64000
- operator + 0 1 0 11 64000
- matrix<fix>::__PT6matrix3fix 0 1 0 0 1000
- fix::fix 0 1 0 0 1000
- fix::fix 0 1 0 2 16000
- result of 1000 multiplications:
- -0.93808 0.3387153.85743e-a453.85743e-a45
- -0.338715 -0.938083.85743e-a453.85743e-a45
- 3.85743e-a453.85743e-a45 13.85743e-a45
- 3.85743e-a453.85743e-a453.85743e-a45 1
- duration: 40 seconds
-
- Function Minimum Maximum Average % Entries
-
- SMANIP<int>::__PT6SMANIPi 0 0 0 0 16
- fix::fix 0 1 0 0 1000
- fix::fix 0 1 0 1 16000
- fix::operator += 0 1 0 11 64000
- fix::operator ldouble 0 0 0 0 16
- fix::rangecheck 0 1 0 5 64000
- matrix<fix>::__PT6matrix3fix 0 1 0 0 1000
- matrix<fix>::operator () 0 0 0 0 16
- matrix<fix>::operator * 0 3 0 19 1000
- operator * 0 1 0 23 64000
- operator + 0 1 0 7 64000
- operator << 0 0 0 0 1
- operator << 0 0 0 0 16
- operator << 0 0 0 0 16
- ostream::operator << 0 0 0 0 4
- ostream::operator << 0 0 0 0 2
- ostream::operator << 0 0 0 0 1
- ostream::operator << 0 0 0 0 1
- ostream::operator << 0 45 27 30 16
- setw 0 1 0 0 16
-